home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000951_price@wam.umd.edu_Fri Sep 16 23:39:33 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from pg2-srv.wam.umd.edu by cs.umb.edu with SMTP id AA23448
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 17 Sep 1994 03:39:36 -0400
  3. Received: from next18pg2.wam.umd.edu (next18pg2.wam.umd.edu [128.8.73.28]) by pg2-srv.wam.umd.edu (8.6.9/8.6.9) with ESMTP id DAA29529 for <tex-k@cs.umb.edu>; Sat, 17 Sep 1994 03:39:35 -0400
  4. From: Sherwin Hugh Price <price@wam.umd.edu>
  5. Received: (price@localhost) by next18pg2.wam.umd.edu (8.6.9/8.6.9) id DAA00765 for tex-k@cs.umb.edu; Sat, 17 Sep 1994 03:39:33 -0400
  6. Date: Sat, 17 Sep 1994 03:39:33 -0400
  7. Message-Id: <199409170739.DAA00765@next18pg2.wam.umd.edu>
  8. Received: by NeXT.Mailer (1.100.RR)
  9. Received: by NeXT Mailer (1.100.RR)
  10. To: tex-k@cs.umb.edu
  11. Subject: Problems building WEB2C
  12.  
  13. Hello,
  14.  
  15. I am using GNU make 3.71 to build web2c-6.1 on a NextCube with a  
  16. 68040 board running NextStep 3.2. The procedure exits with errors  
  17. much sooner than under NextStep 2.x. A dialogue of the session  
  18. follows:
  19.  
  20. gcc  -I. -I. -I..    -DDEFAULT_FONT_SIZES=\"300:600\" \
  21.   -g  -c ./tex-font.c
  22. In file included from ../kpathsea/c-std.h:34, from  
  23.  
  24. ../kpathsea/config.h:31, from ./tex-font.c:19:
  25. /NextDeveloper/Headers/ansi/stdio.h:234: parse error before `*'
  26. /NextDeveloper/Headers/ansi/stdio.h:272: parse error before `*'
  27. /NextDeveloper/Headers/ansi/stdio.h:272: warning: data definition has  
  28. no  type or storage class
  29. In file included from ../kpathsea/config.h:31, from ./tex-font.c:19:
  30. ../kpathsea/c-std.h:99: parse error before `*'
  31. ../kpathsea/c-std.h:99: warning: data definition has no type or  
  32. storage class
  33. In file included from ../kpathsea/config.h:37, from ./tex-font.c:19:
  34. ../kpathsea/lib.h:124: parse error before `*'
  35. ../kpathsea/lib.h:124: warning: data definition has no type or  
  36. storage class
  37. ../kpathsea/lib.h:125: parse error before `*'
  38. ../kpathsea/lib.h:126: parse error before `*'
  39. ../kpathsea/lib.h:127: parse error before `*'
  40. /tex-font.c: In function `kpse_init_fallback_resolutions':
  41. /tex-font.c:42: warning: initialization of `size_str' makes pointer  
  42. from integer without a cast
  43. make[2]: *** [tex-font.o] Error 1
  44. make[2]: Leaving directory `/private/tmp/web2c-6.1/kpathsea'
  45. make[1]: *** [do-kpathsea] Error 2
  46. make[1]: Leaving directory `/private/tmp/web2c-6.1/web2c'
  47. make: *** [triptrap] Error 2
  48.  
  49. Any assistance in this matter would be most appreciated.
  50.  
  51.                             Thank You,
  52.                             price